From: Juanma Barranquero Date: Wed, 5 Mar 2003 16:31:44 +0000 (+0000) Subject: (command-line-x-option-alist): Make --border-color set the border-color frame X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~53084 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7f944e8e3ca22742c361c0a8021e847bd4f76460;p=emacs.git (command-line-x-option-alist): Make --border-color set the border-color frame parameter, not border-width. --- diff --git a/lisp/startup.el b/lisp/startup.el index 095ef413b38..b12c2042066 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -241,7 +241,7 @@ This is normally copied from `default-directory' when Emacs starts.") ("--cursor-color" 1 x-handle-switch cursor-color) ("--vertical-scroll-bars" 0 x-handle-switch vertical-scroll-bars t) ("--line-spacing" 1 x-handle-numeric-switch line-spacing) - ("--border-color" 1 x-handle-switch border-width) + ("--border-color" 1 x-handle-switch border-color) ("--smid" 1 x-handle-smid)) "Alist of X Windows options. Each element has the form